←Select platform

SetIsclAuthenticationData(byte[],int) Method

Summary

Sets the authentication data used during the mutual authentication process.

Syntax

C#
VB
C++
public void SetIsclAuthenticationData( 
   byte[] buffer, 
   int length 
) 
Public Overloads Sub SetIsclAuthenticationData( _ 
   ByVal buffer() As Byte, _ 
   ByVal length As Integer _ 
)  
public: 
void SetIsclAuthenticationData(  
   array<byte>^ buffer, 
   int length 
)  

Parameters

buffer
Buffer that holds the authentication data.

length
The length of the authentication data, in bytes. The method will fail if this is not in the range 1 to 128.

Remarks

Every ISCL-compliant entity must have between 1 and 128 bytes of authentication data. This authentication data is exchanged between the client and the server during the mutual authentication process. This method sets an array of 1 to 128 bytes that contains the authentication data. The authentication data is data exchanged in plain text. After the mutual authentication process, the communication entities can verify the authentication data of the other entity (client or server) and, if the authentication data is wrong, can close the connection.

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly